home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / adatutor / cppwkbk / cppv2-11.cpp < prev    next >
Text File  |  1996-01-30  |  151b  |  6 lines

  1. #define HEADER "C++ Problem 2.1 by Rick Conn using Borland C++"
  2.  
  3. int fcppv21(int x) { // function definition
  4.   return x+1;  // something simple
  5. }
  6.